home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / bingo20.arc / EMACS.CFG < prev    next >
Text File  |  1990-07-01  |  4KB  |  152 lines

  1. ; Function Key Defs
  2. f1             line_mark
  3. f2             point_mark
  4. f3             vertical_mark
  5. f4             extend_mark
  6. f5             block_load
  7. f6             block_save
  8. f7             block_move
  9. f8             block_copy
  10. f9             unmark
  11. f10            scrap
  12.  
  13. ; Shift Function Key Defs
  14. !f1            swap_buf_and_block
  15. !f2            paste_replace
  16. !f3            name_buffer
  17. !f4            buffer_info
  18. !f5            top_of_block
  19. !f6            bottom_of_block
  20. !f7            report_bsize
  21. !f8
  22. !f9            toggle_ins
  23. !f10           toggle_wrap
  24.  
  25. ; Ctrl Function Key Defs
  26. @f1            search
  27. @f2            replace
  28. @f3            again
  29. @f4            search_macro
  30. @f5            global
  31. @f6            chdir
  32. @f7            shell
  33. @f8            exec_command
  34. @f9            swap_shell
  35. @f10           swap_execute
  36.  
  37. ; Alt Function Key Defs
  38. #f1            macro shift_block '-t' return
  39. #f2            macro shift_block 't' return
  40. #f3            prev_error
  41. #f4            next_error
  42. #f5
  43. #f6
  44. #f7            print_file
  45. #f8            print_block
  46. #f9            send_lf
  47. #f10           send_ff
  48.  
  49. ; Emacs defs...
  50. @a             begin_line
  51. @b             cursor_left
  52. @d             del_char
  53. @e             end_line
  54. @f             cursor_right
  55. @l             center_line
  56. @n             cursor_down
  57. @p             cursor_up
  58. @q             key_quote
  59. @r             replace
  60. @s             search
  61. escape+<       top_of_file
  62. escape+>       bot_of_file
  63. escape+b       prev_word
  64. escape+f       next_word
  65. escape+n       repeat
  66. escape+v       up_page
  67. escape+w       copy
  68. escape+x       pick_exec
  69. @u             unkill
  70. @v             down_page
  71. @w             cut
  72. @x+0           window_next
  73. @x+1           window_one
  74. @x+2           window_split
  75. @x+@b          choose_file
  76. @x+@c          quit_all
  77. @x+@s          save_file
  78. @x+@v          switch_file
  79. @x+b           next_file
  80. @x+f           edit_file
  81. @x+k           quit
  82. @y             paste
  83. @z             quit_and_save_status
  84.  
  85. ; Alt Key Defs
  86. #a
  87. #b
  88. #c             macro modify_save_all swap_execute 'make > errs' return
  89.                return window_one window_load 'errs.' return
  90.                window_previous window_resize down_arrow down_arrow
  91.                down_arrow down_arrow down_arrow down_arrow return
  92.                setup_err_parse 'errs.' return next_error
  93. #d             place_mark
  94. #e             setup_err_parse
  95. #f             rename_file
  96. #g
  97. #h             help
  98. #i             info
  99. #j             jump_mark
  100. #k             macro main_menu 'k'
  101. #l             key_quote
  102. #m             match_delim
  103. #n             window_next
  104. #o
  105. #p             window_previous
  106. #q             query_quote
  107. #r             reform_para
  108. #s             show_marks
  109. #t
  110. #u             macro main_menu 'u'
  111. #v             rotate_kill
  112. #w+e           window_edit
  113. #w+c           window_close
  114. #w+z           window_zoom
  115. #w+r           window_resize
  116. #w+s           window_split
  117. #w+o           window_one
  118. #w+l           window_load
  119. #w+t           window_top
  120. #w+b           window_bottom
  121. #x             quit_all
  122. #y
  123. #z             main_menu
  124.  
  125. ; Special Keys
  126. ctrl_back_space   del_bol
  127. escape            main_menu
  128. return            carriage
  129. back_space        back_space
  130. keypad_minus      cut
  131. keypad_plus       copy
  132. keypad_aster      line_mark
  133. insert            paste
  134. delete            del_char
  135. home              begin_line
  136. end               end_line
  137. right_arrow       cursor_right
  138. left_arrow        cursor_left
  139. up_arrow          cursor_up
  140. down_arrow        cursor_down
  141. pgup              up_page
  142. pgdn              down_page
  143. ctrl_right        next_word
  144. ctrl_left         prev_word
  145. ctrl_pgup         top_of_file
  146. ctrl_pgdn         bot_of_file
  147. ctrl_end          file
  148. tab               tab
  149.  
  150.  
  151.  
  152.